home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / pfil_dm.exe / GLOBAL.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-12-13  |  270 b   |  10 lines

  1. Global Const EXE_Name = "PTest"
  2. Global INI_Name  As String
  3. Global Const True = -1
  4. Global Const False = 0
  5. Global Const Yes = -1
  6. Global Const No = 0
  7.  
  8. Declare Function GetWindowsDirectory Lib "Kernel" (ByVal lpBuffer As String, ByVal nSize As Integer) As Integer
  9.  
  10.